summaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: f82c10ca5803e4747897ea0ee1fd41cadb0d320f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# the following is the binary
discord.c
a.out
# debugging log files
valgrind-out.txt
.gdb_history
out*.txt
core
gmon.out
analysis.txt
# files I like to keep in my WD
src.old/
src/ui.glade~
src/#*#
# tmp
tmp/